Revision: archway--archv-gui--0--patch-7
Archive: uebergeek@web.de--2003
Creator: Enno Cramer <uebergeek@web.de>
Date: Sat Oct 16 19:17:46 CEST 2004
Standard-date: 2004-10-16 17:17:46 GMT
Modified-files: perllib/ArchWay/Widget/Revisions.pm
New-patches: uebergeek@web.de--2003/archway--archv-gui--0--patch-7
Summary: make revisions widget handle revisions bunches
Keywords: 

The ArchWay::Widget::Revisions widget could only display a flat list
of revisions. This patch enables the use of revision bunches as seen
in ArchZoom. Revision bunches are display as a list of revisions under
a header entry and can be hidden by the user.
A revision bunch can be added with the method

  $widget->add_rev_bunch($name, $summary, $date, $creator, @revisions);

Revisions without a header entry can be added with the method

  $widget->add_revisions(@revisions);
